1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=
" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>
8.0.30703</ProductVersion>
7     <SchemaVersion>
2.0</SchemaVersion>
8     <ProjectGuid>{CC813884-5D90-
4044-9571-8FB7C54D9612}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>FaceRecognition</RootNamespace>
12     <AssemblyName>Face Recognition</AssemblyName>
13     <TargetFrameworkVersion>v4.
5</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>
512</FileAlignment>
17     <PublishUrl>publish\</PublishUrl>
18     <Install>
true</Install>
19     <InstallFrom>Disk</InstallFrom>
20     <UpdateEnabled>
false</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>
7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>
false</UpdatePeriodically>
25     <UpdateRequired>
false</UpdateRequired>
26     <MapFileExtensions>
true</MapFileExtensions>
27     <ApplicationRevision>
0</ApplicationRevision>
28     <ApplicationVersion>
1.0.0.%2a</ApplicationVersion>
29     <IsWebBootstrapper>
false</IsWebBootstrapper>
30     <UseApplicationTrust>
false</UseApplicationTrust>
31     <BootstrapperEnabled>
true</BootstrapperEnabled>
32     <ApplicationIcon>..\Face DTR\SchedulerMainDemo.ico</ApplicationIcon>
33     <SignAssembly>False</SignAssembly>
34     <DelaySign>False</DelaySign>
35     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
36     <NoStdLib>False</NoStdLib>
37     <TreatWarningsAsErrors>
false</TreatWarningsAsErrors>
38     <SourceAnalysisOverrideSettingsFile>E:\Documents and Settings\Janphil Garay\Application Data\ICSharpCode/SharpDevelop4\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
39   </PropertyGroup>
40   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41     <PlatformTarget>x86</PlatformTarget>
42     <DebugSymbols>
true</DebugSymbols>
43     <DebugType>Full</DebugType>
44     <Optimize>
true</Optimize>
45     <OutputPath>bin\Debug\</OutputPath>
46     <DefineConstants>DEBUG;TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>
4</WarningLevel>
49     <AllowUnsafeBlocks>
true</AllowUnsafeBlocks>
50     <Prefer32Bit>
false</Prefer32Bit>
51   </PropertyGroup>
52   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53     <PlatformTarget>x86</PlatformTarget>
54     <DebugType>pdbonly</DebugType>
55     <Optimize>
true</Optimize>
56     <OutputPath>bin\Release\</OutputPath>
57     <DefineConstants>TRACE</DefineConstants>
58     <ErrorReport>prompt</ErrorReport>
59     <WarningLevel>
4</WarningLevel>
60     <Prefer32Bit>
false</Prefer32Bit>
61   </PropertyGroup>
62   <PropertyGroup Condition=
" '$(Configuration)' == 'Debug' ">
63     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
64   </PropertyGroup>
65   <PropertyGroup Condition=
" '$(Platform)' == 'x86' ">
66     <RegisterForComInterop>False</RegisterForComInterop>
67     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
68     <BaseAddress>
4194304</BaseAddress>
69   </PropertyGroup>
70   <PropertyGroup>
71     <StartupObject>FaceRecognition.Program</StartupObject>
72   </PropertyGroup>
73   <ItemGroup>
74     <Reference Include=
"Emgu.CV">
75       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.CV.dll</HintPath>
76     </Reference>
77     <Reference Include=
"Emgu.CV.UI">
78       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.CV.UI.dll</HintPath>
79     </Reference>
80     <Reference Include=
"Emgu.Util">
81       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.Util.dll</HintPath>
82     </Reference>
83     <Reference Include=
"System" />
84     <Reference Include=
"System.Core" />
85     <Reference Include=
"System.Xml.Linq" />
86     <Reference Include=
"System.Data.DataSetExtensions" />
87     <Reference Include=
"System.Data" />
88     <Reference Include=
"System.Deployment" />
89     <Reference Include=
"System.Drawing" />
90     <Reference Include=
"System.Windows.Forms" />
91     <Reference Include=
"System.Xml" />
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include=
"EigenObjectRecognizer.cs" />
95     <Compile Include=
"frmAbout.cs">
96       <SubType>Form</SubType>
97     </Compile>
98     <Compile Include=
"frmAbout.Designer.cs">
99       <DependentUpon>frmAbout.cs</DependentUpon>
100     </Compile>
101     <Compile Include=
"frmEnrollment.cs">
102       <SubType>Form</SubType>
103     </Compile>
104     <Compile Include=
"frmEnrollment.Designer.cs">
105       <DependentUpon>frmEnrollment.cs</DependentUpon>
106     </Compile>
107     <Compile Include=
"MainForm.cs">
108       <SubType>Form</SubType>
109     </Compile>
110     <Compile Include=
"MainForm.Designer.cs">
111       <DependentUpon>MainForm.cs</DependentUpon>
112     </Compile>
113     <Compile Include=
"Program.cs" />
114     <Compile Include=
"Properties\AssemblyInfo.cs" />
115     <EmbeddedResource Include=
"frmAbout.resx">
116       <DependentUpon>frmAbout.cs</DependentUpon>
117     </EmbeddedResource>
118     <EmbeddedResource Include=
"frmEnrollment.resx">
119       <DependentUpon>frmEnrollment.cs</DependentUpon>
120     </EmbeddedResource>
121     <EmbeddedResource Include=
"MainForm.resx">
122       <DependentUpon>MainForm.cs</DependentUpon>
123     </EmbeddedResource>
124     <EmbeddedResource Include=
"Properties\Resources.resx">
125       <Generator>ResXFileCodeGenerator</Generator>
126       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127       <SubType>Designer</SubType>
128     </EmbeddedResource>
129     <Compile Include=
"Properties\Resources.Designer.cs">
130       <AutoGen>True</AutoGen>
131       <DependentUpon>Resources.resx</DependentUpon>
132       <DesignTime>True</DesignTime>
133     </Compile>
134     <None Include=
"app.config" />
135     <None Include=
"Properties\Settings.settings">
136       <Generator>SettingsSingleFileGenerator</Generator>
137       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138     </None>
139     <Compile Include=
"Properties\Settings.Designer.cs">
140       <AutoGen>True</AutoGen>
141       <DependentUpon>Settings.settings</DependentUpon>
142       <DesignTimeSharedInput>True</DesignTimeSharedInput>
143     </Compile>
144   </ItemGroup>
145   <ItemGroup>
146     <BootstrapperPackage Include=
".NETFramework,Version=v4.0,Profile=Client">
147       <Visible>False</Visible>
148       <ProductName>Microsoft .NET Framework
4 Client Profile %28x86 y x64%29</ProductName>
149       <Install>
true</Install>
150     </BootstrapperPackage>
151     <BootstrapperPackage Include=
"Microsoft.Net.Client.3.5">
152       <Visible>False</Visible>
153       <ProductName>.NET Framework
3.5 SP1 Client Profile</ProductName>
154       <Install>
false</Install>
155     </BootstrapperPackage>
156     <BootstrapperPackage Include=
"Microsoft.Net.Framework.3.5.SP1">
157       <Visible>False</Visible>
158       <ProductName>.NET Framework
3.5 SP1</ProductName>
159       <Install>
false</Install>
160     </BootstrapperPackage>
161     <BootstrapperPackage Include=
"Microsoft.Windows.Installer.3.1">
162       <Visible>False</Visible>
163       <ProductName>Windows Installer
3.1</ProductName>
164       <Install>
true</Install>
165     </BootstrapperPackage>
166   </ItemGroup>
167   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
169        Other similar extension points exist, see Microsoft.Common.targets.
170   <Target Name=
"BeforeBuild">
171   </Target>
172   <Target Name=
"AfterBuild">
173   </Target>
174   -->
175 </Project>


Gõ tìm kiếm nhanh...